home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Komunikatory / Konnekt 0.6.22.137 / konnekt_setup_0.6.22.137.exe / themes / kieview2.css < prev    next >
Cascading Style Sheet File  |  2003-10-23  |  3KB  |  236 lines

  1. body
  2. {
  3.   margin: 0;
  4.   border: 0;
  5.   font-family: Verdana;
  6.   font-weight: bold;
  7.   font-size: 7pt;
  8. }
  9.  
  10. .send, .sendnext
  11. {
  12.   background: #fffff0;
  13.   padding: 3px;
  14.   color: #002953;
  15. }
  16.  
  17. .send .header, .sendnext .header
  18. {
  19. }
  20.  
  21. .send .nick, .sendnext .nick
  22. {
  23.   color: #000000;
  24. }
  25.  
  26. .send .timestamp, .sendnext .timestamp
  27. {
  28.   color: #808080;
  29.   font-weight: normal;
  30. }
  31.  
  32. .send .body, .sendnext .body
  33. {
  34.   padding-left: 10px;
  35. }
  36.  
  37. .recv, .recvnext
  38. {
  39.   background: #ffffC0;
  40.   padding: 3px;
  41.   color: #A80000;
  42. }
  43.  
  44. .recv .header, .recvnext .header
  45. {
  46. }
  47.  
  48. .recv .nick, .recvnext .nick
  49. {
  50.   color: #000000;
  51. }
  52.  
  53. .recv .timestamp, .recvnext .timestamp
  54. {
  55.   color: #808080;
  56.   font-weight: normal;
  57. }
  58.  
  59. .recv .extinfo, .recvnext .extinfo
  60. {
  61.   color: #808080;
  62.   font-weight: normal;
  63.   font-style: italic;
  64. }
  65.  
  66. .recv .body, .recvnext .body
  67. {
  68.   padding-left: 10px;
  69. }
  70.  
  71. .quickeventnormal
  72. {
  73.   font-weight: normal;
  74.   background: #f0f000;
  75.   color: #002953;
  76.   padding: 3px 6px 3px 6px;
  77. }
  78.  
  79. .quickeventnormal .timestamp
  80. {
  81.   font-weight: bold;
  82. }
  83.  
  84. .quickeventwarning
  85. {
  86.   padding: 3px 6px 3px 6px;
  87.   font-weight: bold;
  88.   background: #FFA56F;
  89.   color: #000000;
  90.   letter-spacing: 1px;
  91. }
  92.  
  93. .quickeventwarning .timestamp
  94. {
  95.   color: #c0c0c0;
  96. }
  97.  
  98. .status
  99. {
  100.   color: #2B8F00;
  101.   background: #f0f0f0;
  102.   padding: 3px;
  103. }
  104.  
  105. .status .timestamp
  106. {
  107.   color: #808080;
  108. }
  109.  
  110. .status .body
  111. {
  112. }
  113.  
  114. .status .name
  115. {
  116.   font-weight: bold;
  117. }
  118.  
  119. .status .info
  120. {
  121.   font-style: italic;
  122. }
  123.  
  124. .sms
  125. {
  126.   background: #fffff0;
  127.   padding: 3px;
  128.   color: #002953;
  129. }
  130.  
  131. .sms .header
  132. {
  133.   font-weight: normal;
  134. }
  135.  
  136. .sms .nick
  137. {
  138.   color: #000000;
  139.   font-weight: bold;
  140. }
  141.  
  142. .sms .dest
  143. {
  144.   color: #000000;
  145.   font-weight: bold;
  146. }
  147.  
  148. .sms .timestamp
  149. {
  150.   color: #000000;
  151.   font-weight: bold;
  152. }
  153.  
  154. .sms .extinfo
  155. {
  156.   color: #000000;
  157.   font-weight: bold;
  158. }
  159.  
  160. .sms .body
  161. {
  162.   color: #000000;
  163.   padding-top: 4px;
  164.   padding-left: 10px;
  165. }
  166.  
  167. .linknormal
  168. {
  169.   color: #000080;
  170. }
  171. .linkhover
  172. {
  173.   color:red;
  174. }
  175.  
  176. .filesend
  177. {
  178.   background: #fffff0;
  179.   padding: 3px;
  180.   color: #002953;
  181. }
  182.  
  183. .filesend .header
  184. {
  185. }
  186.  
  187. .filesend .nick
  188. {
  189.   color: #000000;
  190. }
  191.  
  192. .filesend .timestamp
  193. {
  194.   color: #808080;
  195.   font-weight: normal;
  196. }
  197.  
  198. .filesend .body
  199. {
  200.   padding-left: 10px;
  201. }
  202.  
  203. .filerecv
  204. {
  205.   background: #ffffC0;
  206.   padding: 3px;
  207.   color: #A80000;
  208. }
  209.  
  210. .filerecv .header
  211. {
  212. }
  213.  
  214. .filerecv .nick
  215. {
  216.   color: #000000;
  217. }
  218.  
  219. .filerecv .timestamp
  220. {
  221.   color: #808080;
  222.   font-weight: normal;
  223. }
  224.  
  225. .filerecv .extinfo
  226. {
  227.   color: #808080;
  228.   font-weight: normal;
  229.   font-style: italic;
  230. }
  231.  
  232. .filerecv .body
  233. {
  234.   padding-left: 10px;
  235. }
  236.